ComponentOne ASP.NET MVC Controls
ComboBoxBuilder<T> Constructor

C1.Web.Mvc.Fluent Namespace > ComboBoxBuilder<T> Class : ComboBoxBuilder<T> Constructor
The C1.Web.Mvc.ComboBox<T> object to be configurated.
Creates one ComboBoxBuilder<T> instance to configurate component.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As ComboBox(Of T) _
)
public ComboBoxBuilder<T>( 
   ComboBox<T> component
)

Parameters

component
The C1.Web.Mvc.ComboBox<T> object to be configurated.
See Also

Reference

ComboBoxBuilder<T> Class
ComboBoxBuilder<T> Members